home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e031 / chkcdrom.doc next >
Text File  |  1993-02-28  |  2KB  |  70 lines

  1. CHKCDROM version 1.1
  2. Copyright (C) 1993, Norman A. Garrett Consulting
  3.  
  4. FUNCTION
  5.  
  6.     1.  Detect the presence of MSCDEX driver
  7.     2.  Determine the number of CD-ROM drives attached
  8.     3.  Determine the disk designation of the first CD-ROM drive
  9.     4.  Determine the volume ID of the disk in the first CD-ROM drive
  10.     5.  Determine the creation date of the disk in the first CD-ROM drive
  11.     6.  Determine the version of MSCDEX being used
  12.     7.  Determine the number of subdirectories on the disk in the first
  13.         CD-ROM drive
  14.     8.  Determine the number of files and space occupied on the disk in
  15.         the first CD-ROM drive
  16.     9.  Determine the CD-ROM format (High Sierra or ISO-9660) of the 
  17.         disk in the first CD-ROM drive
  18.  
  19. COMMAND LINE SYNTAX
  20.  
  21.     CHKCDROM
  22.  
  23.     Results in the following output:
  24.  
  25.     CHKCDROM version 1.1
  26.     Copyright  (C) 1993, Norman A. Garrett Consulting
  27.     
  28.     There is 1 CD-ROM unit attached
  29.     The drive is designated as drive J
  30.     Volume ID is VOL3_1
  31.     Creation date is 01/12/1993
  32.     MSCDEX version is 2.20
  33.     
  34.     There are 90 subdirectories on drive J
  35.     There are 969 files on drive J
  36.     There are 415.20 megabytes of data on drive J
  37.  
  38.     Disk in drive J in ISO-9660 format
  39.  
  40. VERSION HISTORY
  41.  
  42.     1.0     2/93        Original version
  43.     1.1     2/93        Allow video to run on any system with IBM BIOS
  44.                         compatible ROM BIOS.  Version 1.0 outputs directly
  45.                         to video RAM, making it incompatible with systems
  46.                         not identical to IBM adapters.
  47.  
  48. SHAREWARE
  49.  
  50.     This utility is shareware.  You may freely share it with others, however 
  51.     you may not sell it, use it as part of another program, disassemble
  52.     the code, or otherwise use it for monetary gain.
  53.  
  54.     If you like the utility, and find is useful, you may register for future
  55.     updates as they are released.  To register, send $10.00 to:
  56.  
  57.             Norman A. Garrett Consulting
  58.             855 11th Street
  59.             Charleston, IL 61920
  60.  
  61.     Be sure to indicate your disk size (3½ or 5¼).
  62.  
  63.     You may contact Garrett Consulting via internet (cfnag@ux1.cts.eiu.edu
  64.     or via CompuServe (70255,505).
  65.  
  66.     Registered users will be sent the next update as it is released (at no
  67.     additional cost) and will receive notification of subsequent upgrades 
  68.     in the mail.  The cost for subsequent upgrades will be $5.00 per upgrade.
  69.  
  70.